home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
comm
/
mail
/
Mutt089src.lha
/
Mutt-0.89i-AMIGA
/
src
/
keymap_defs.h
< prev
next >
Wrap
Text File
|
1998-01-28
|
7KB
|
290 lines
/* Automatically generated by gen_defs. Do not edit! */
#ifdef HELP_C
const char *HelpStrings[] = {
"null operation",
"force viewing of attachment using mailcap",
"view attachment as text",
"move to the bottom of the page",
"remail a message to another user",
"select a new file in this directory",
"change directories",
"check mailboxes for new mail",
"attach a file(s) to this message",
"edit the BCC list",
"edit the CC list",
"edit attachment description",
"edit attachment transfer-encoding",
"enter a file to save a copy of this message in",
"edit the file to be attached",
"edit the message with headers",
"edit the message",
"edit attachment using mailcap entry",
"edit the Reply-To field",
"edit the subject of this message",
"edit the TO list",
"edit attachment type",
"run ispell on the message",
"compose new attachment using mailcap entry",
"save this message to send later",
"rename/move an attached file",
"send the message",
"toggle whether to delete file after sending it",
"view attachment using mailcap entry if necessary",
"copy a message to a file/mailbox",
"create an alias from a message sender",
"move entry to bottom of screen",
"move entry to middle of screen",
"move entry to top of screen",
"make decoded (text/plain) copy",
"make decoded copy (text/plain) and delete",
"delete the current entry",
"delete all messages in subthread",
"delete all messages in thread",
"display full address of sender",
"display message with full headers",
"display a message",
"delete the char in front of the cursor",
"move the cursor one character to the left",
"jump to the beginning of the line",
"delete the char under the cursor",
"jump to the end of the line",
"move the cursor one character to the right",
"scroll up through the history list",
"scroll up through the history list",
"delete chars from cursor to end of line",
"delete all chars on the line",
"delete the word in front of the cursor",
"enter a muttrc command",
"enter a file mask",
"exit this menu",
"filter attachment through a shell command",
"move to the first entry",
"toggle a message's 'important' flag",
"forward a message with comments",
"select the current entry",
"reply to all recipients",
"scroll down 1/2 page",
"scroll up 1/2 page",
"this screen",
"jump to an index number",
"move to the last entry",
"reply to specified mailing list",
"execute a macro",
"compose a new mail message",
"open a different folder",
"open a different folder in read only mode",
"clear a status flag from a message",
"delete messages matching a pattern",
"exit without saving changes",
"retrieve mail from POP server",
"move to the first message",
"move to the last message",
"show only messages matching a pattern",
"jump to the next new message",
"jump to the next subthread",
"jump to the next thread",
"move to the next undeleted message",
"jump to the next unread message",
"jump to previous thread",
"jump to previous subthread",
"move to the last undelete message",
"jump to the previous new message",
"jump to the previous unread message",
"mark the current thread as read",
"mark the current subthread as read",
"set a status flag on a message",
"save changes to mailbox",
"tag messages matching a pattern",
"undelete messages matching a pattern",
"untag messages matching a pattern",
"move to the middle of the page",
"move to the next entry",
"scroll down one line",
"move to the next page",
"jump to the bottom of the message",
"return to the main-menu",
"toggle display of quoted text",
"jump to the top of the message",
"pipe message/attachment to a shell command",
"move to the previous entry",
"scroll up one line",
"move to the previous page",
"print the current entry",
"save changes to mailbox and quit",
"recall a postponed message",
"clear and redraw the screen",
"reply to a message",
"save message/attachment to a file",
"search for a regular expression",
"search backwards for a regular expression",
"search for next match",
"toggle search pattern coloring",
"invoke a command in a subshell",
"sort messages",
"sort messages in reverse order",
"tag the current entry",
"apply next function to tagged messages",
"tag the current thread",
"toggle a message's 'new' flag",
"toggle whether the mailbox will be rewritten",
"move to the top of the page",
"undelete the current entry",
"undelete all messages in thread",
"undelete all messages in thread",
"show the Mutt version number and date",
"show MIME attachments",
"attach a PGP public key",
"show PGP options",
"extract PGP public keys",
"wipe PGP passphrase from memory",
"mail a PGP public key",
"verify a PGP public key",
"view the key's user id",
NULL
};
#endif /* HELP_C */
enum {
OP_NULL,
OP_ATTACH_VIEW_MAILCAP,
OP_ATTACH_VIEW_TEXT,
OP_BOTTOM_PAGE,
OP_BOUNCE_MESSAGE,
OP_BROWSER_NEW_FILE,
OP_CHANGE_DIRECTORY,
OP_CHECK_NEW,
OP_COMPOSE_ATTACH_FILE,
OP_COMPOSE_EDIT_BCC,
OP_COMPOSE_EDIT_CC,
OP_COMPOSE_EDIT_DESCRIPTION,
OP_COMPOSE_EDIT_ENCODING,
OP_COMPOSE_EDIT_FCC,
OP_COMPOSE_EDIT_FILE,
OP_COMPOSE_EDIT_HEADERS,
OP_COMPOSE_EDIT_MESSAGE,
OP_COMPOSE_EDIT_MIME,
OP_COMPOSE_EDIT_REPLY_TO,
OP_COMPOSE_EDIT_SUBJECT,
OP_COMPOSE_EDIT_TO,
OP_COMPOSE_EDIT_TYPE,
OP_COMPOSE_ISPELL,
OP_COMPOSE_NEW_MIME,
OP_COMPOSE_POSTPONE_MESSAGE,
OP_COMPOSE_RENAME_FILE,
OP_COMPOSE_SEND_MESSAGE,
OP_COMPOSE_TOGGLE_UNLINK,
OP_COMPOSE_VIEW_ATTACH,
OP_COPY_MESSAGE,
OP_CREATE_ALIAS,
OP_CURRENT_BOTTOM,
OP_CURRENT_MIDDLE,
OP_CURRENT_TOP,
OP_DECODE_COPY,
OP_DECODE_SAVE,
OP_DELETE,
OP_DELETE_SUBTHREAD,
OP_DELETE_THREAD,
OP_DISPLAY_ADDRESS,
OP_DISPLAY_HEADERS,
OP_DISPLAY_MESSAGE,
OP_EDITOR_BACKSPACE,
OP_EDITOR_BACKWARD_CHAR,
OP_EDITOR_BOL,
OP_EDITOR_DELETE_CHAR,
OP_EDITOR_EOL,
OP_EDITOR_FORWARD_CHAR,
OP_EDITOR_HISTORY_DOWN,
OP_EDITOR_HISTORY_UP,
OP_EDITOR_KILL_EOL,
OP_EDITOR_KILL_LINE,
OP_EDITOR_KILL_WORD,
OP_ENTER_COMMAND,
OP_ENTER_MASK,
OP_EXIT,
OP_FILTER,
OP_FIRST_ENTRY,
OP_FLAG_MESSAGE,
OP_FORWARD_MESSAGE,
OP_GENERIC_SELECT_ENTRY,
OP_GROUP_REPLY,
OP_HALF_DOWN,
OP_HALF_UP,
OP_HELP,
OP_JUMP,
OP_LAST_ENTRY,
OP_LIST_REPLY,
OP_MACRO,
OP_MAIL,
OP_MAIN_CHANGE_FOLDER,
OP_MAIN_CHANGE_FOLDER_READONLY,
OP_MAIN_CLEAR_FLAG,
OP_MAIN_DELETE_PATTERN,
OP_MAIN_EXIT,
OP_MAIN_FETCH_MAIL,
OP_MAIN_FIRST_MESSAGE,
OP_MAIN_LAST_MESSAGE,
OP_MAIN_LIMIT,
OP_MAIN_NEXT_NEW,
OP_MAIN_NEXT_SUBTHREAD,
OP_MAIN_NEXT_THREAD,
OP_MAIN_NEXT_UNDELETED,
OP_MAIN_NEXT_UNREAD,
OP_MAIN_PREV_THREAD,
OP_MAIN_PREV_SUBTHREAD,
OP_MAIN_PREV_UNDELETED,
OP_MAIN_PREV_NEW,
OP_MAIN_PREV_UNREAD,
OP_MAIN_READ_THREAD,
OP_MAIN_READ_SUBTHREAD,
OP_MAIN_SET_FLAG,
OP_MAIN_SYNC_FOLDER,
OP_MAIN_TAG_PATTERN,
OP_MAIN_UNDELETE_PATTERN,
OP_MAIN_UNTAG_PATTERN,
OP_MIDDLE_PAGE,
OP_NEXT_ENTRY,
OP_NEXT_LINE,
OP_NEXT_PAGE,
OP_PAGER_BOTTOM,
OP_PAGER_EXIT,
OP_PAGER_HIDE_QUOTED,
OP_PAGER_TOP,
OP_PIPE,
OP_PREV_ENTRY,
OP_PREV_LINE,
OP_PREV_PAGE,
OP_PRINT,
OP_QUIT,
OP_RECALL_MESSAGE,
OP_REDRAW,
OP_REPLY,
OP_SAVE,
OP_SEARCH,
OP_SEARCH_REVERSE,
OP_SEARCH_NEXT,
OP_SEARCH_TOGGLE,
OP_SHELL_ESCAPE,
OP_SORT,
OP_SORT_REVERSE,
OP_TAG,
OP_TAG_PREFIX,
OP_TAG_THREAD,
OP_TOGGLE_NEW,
OP_TOGGLE_WRITE,
OP_TOP_PAGE,
OP_UNDELETE,
OP_UNDELETE_THREAD,
OP_UNDELETE_SUBTHREAD,
OP_VERSION,
OP_VIEW_ATTACHMENTS,
OP_COMPOSE_ATTACH_KEY,
OP_COMPOSE_PGP_MENU,
OP_EXTRACT_KEYS,
OP_FORGET_PASSPHRASE,
OP_MAIL_KEY,
OP_VERIFY_KEY,
OP_VIEW_ID,
OP_MAX
};